home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / 2a.dir / 00015_Script_15 < prev    next >
Text File  |  1995-11-29  |  143b  |  9 lines

  1. on exitFrame
  2.   global start
  3.   if start<2 then
  4.     put start+1 into start
  5.     go to frame "q1"
  6.   else
  7.     go to the frame+1
  8.   end if
  9. end